Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

dll ILCLONEFULL (shell32)
 
.
Summary
TODO - a short description

Clones a full, or absolute, ITEMIDLIST structure (i.e. a PIDL/IntPtr).

C# Signature:

[DllImport("shell32.dll", SetLastError=true)]
static extern TODO dll ILCLONEFULL(TODO);

I couldn't make the import work,

but this managed version works OK:

Public Shared Function IlCloneFull(ItemIDList As IntPtr) As IntPtr

If Not IntPtr.Zero.Equals( ItemIDList ) Then Return New IntPtr(If(IntPtr.Size = 4, ItemIDList.ToInt32, ItemIDList.ToInt64))

Return IntPtr.Zero

End Function

VB Signature:

Declare Function dll ILCLONEFULL Lib "shell32.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation

http://msdn.microsoft.com/en-us/library/windows/desktop/bb776436(v=vs.85).aspx

Please edit this page!

Do you have...

  • helpful tips or sample code to share for using this API in managed code?
  • corrections to the existing content?
  • variations of the signature you want to share?
  • additional languages you want to include?

Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more).

 
Access PInvoke.net directly from VS:
Terms of Use
Edit This Page
Find References
Show Printable Version
Revisions